home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / documents / libconv / README < prev   
Encoding:
Text File  |  1996-11-11  |  1.1 KB  |  28 lines

  1.  
  2.                        toolbox/documents/libconv README
  3.  
  4.  
  5.        LIBCONV, An SGI Optimized Library for Convolution and Correlation
  6.  
  7.  
  8.  
  9.    This PostScript file is a link to toolbox/lib/mathlib/libconv/doc.  As of
  10.    Version 3.1 of the Developer's Toolbox, libconv is a new addition to the
  11.    math library subtree.  From the introducion:
  12.  
  13.  
  14.    Libconv is an optimized library available on Silicon Graphics computers.
  15.    It features Convolution for Finite Impulse Response (FIR) and Infinite
  16.    Impulse Response (IIR) filters, together with Correlations.  The library
  17.    modules take 1D and 2D inputs, and are available in single and double
  18.    precision for real and complex arithmetic.  The 2D subprograms have been
  19.    parallelized and take full advantage of SGI parallel architecture.
  20.  
  21.    Section 1 presents the definitions used for Convolution and Correlation,
  22.    1D and 2D.  Libconv implementation and conventions are explained in 
  23.    section 2.  Examples of performance achieved by Libconv modules are
  24.    presented in section 3.
  25.  
  26.    In the Appendix three short programs provide examples of practical usage
  27.    of Libconv modules.
  28.